const github.com/andybalholm/brotli.numCommandSymbols

40 uses

	github.com/andybalholm/brotli (current package)
		backward_references_hq.go#L64: 	cost_cmd_               [numCommandSymbols]float32
		backward_references_hq.go#L128: 	var histogram_cmd [numCommandSymbols]uint32
		backward_references_hq.go#L137: 	histogram_cmd = [numCommandSymbols]uint32{}
		backward_references_hq.go#L160: 	setCost(histogram_cmd[:], numCommandSymbols, false, cost_cmd)
		backward_references_hq.go#L163: 	for i := 0; i < numCommandSymbols; i++ {
		backward_references_hq.go#L196: 	for i = 0; i < numCommandSymbols; i++ {
		brotli_bit_stream.go#L8: const maxHuffmanTreeSize = (2*numCommandSymbols + 1)
		brotli_bit_stream.go#L339: 	var huffman_tree [numCommandSymbols]byte
		brotli_bit_stream.go#L340: 	var huffman_tree_extra_bits [numCommandSymbols]byte
		brotli_bit_stream.go#L353: 	assert(num <= numCommandSymbols)
		brotli_bit_stream.go#L1290: 	command_enc := getBlockEncoder(numCommandSymbols, mb.command_split.num_types, mb.command_split.types, mb.command_split.lengths, mb.command_split.num_blocks)
		brotli_bit_stream.go#L1316: 	buildAndStoreEntropyCodesCommand(command_enc, mb.command_histograms, mb.command_histograms_size, numCommandSymbols, tree, storage_ix, storage)
		brotli_bit_stream.go#L1417: 	var cmd_depth [numCommandSymbols]byte
		brotli_bit_stream.go#L1418: 	var cmd_bits [numCommandSymbols]uint16
		brotli_bit_stream.go#L1436: 	buildAndStoreHuffmanTree(cmd_histo.data_[:], numCommandSymbols, numCommandSymbols, tree, cmd_depth[:], cmd_bits[:], storage_ix, storage)
		brotli_bit_stream.go#L1482: 		var cmd_depth [numCommandSymbols]byte
		brotli_bit_stream.go#L1483: 		var cmd_bits [numCommandSymbols]uint16
		compress_fragment.go#L103: 	var cmd_depth = [numCommandSymbols]byte{0}
		compress_fragment.go#L148: 		storeHuffmanTree(cmd_depth[:], numCommandSymbols, tree[:], storage_ix, storage)
		compress_fragment_two_pass.go#L49: 	var cmd_depth = [numCommandSymbols]byte{0}
		compress_fragment_two_pass.go#L93: 		storeHuffmanTree(cmd_depth[:], numCommandSymbols, tree[:], storage_ix, storage)
		constants.go#L18: const numCommandSymbols = 704
		decode.go#L2375: 				if !decoderHuffmanTreeGroupInit(s, &s.insert_copy_hgroup, numCommandSymbols, numCommandSymbols, s.num_block_types[1]) {
		entropy_encode_static.go#L5: var kStaticCommandCodeDepth = [numCommandSymbols]byte{
		entropy_encode_static.go#L790: var kZeroRepsBits = [numCommandSymbols]uint64{
		entropy_encode_static.go#L1497: var kZeroRepsDepth = [numCommandSymbols]uint32{
		entropy_encode_static.go#L2204: var kNonZeroRepsBits = [numCommandSymbols]uint64{
		entropy_encode_static.go#L2911: var kNonZeroRepsDepth = [numCommandSymbols]uint32{
		entropy_encode_static.go#L3618: var kStaticCommandCodeBits = [numCommandSymbols]uint16{
		histogram.go#L58: 	data_        [numCommandSymbols]uint32
		histogram.go#L64: 	self.data_ = [numCommandSymbols]uint32{}
		histogram.go#L97: 	for i = 0; i < numCommandSymbols; i++ {
		histogram.go#L103: 	return numCommandSymbols
		metablock.go#L508: 	initBlockSplitterCommand(&cmd_blocks, numCommandSymbols, 1024, 500.0, uint(len(commands)), &mb.command_split, &mb.command_histograms, &mb.command_histograms_size)
		metablock.go#L561: 	var good_for_rle [numCommandSymbols]byte
		metablock.go#L568: 		optimizeHuffmanCountsForRLE(numCommandSymbols, mb.command_histograms[i].data_[:], good_for_rle[:])
		prefix_dec.go#L18: var kCmdLut = [numCommandSymbols]cmdLutElement{
		state.go#L147: 	symbols_lists_array         [huffmanMaxCodeLength + 1 + numCommandSymbols]uint16